Skip to main content
Version: 5.0.0

toAscii

Convert HEX string to ASCII string.

Usage

TronWeb.toAscii(value);

Parameters

ParameterDescriptionData Type
valueA hexadecimal stringString

Returns

String - The ASCII value corresponding to the given hexadecimal string.

Example

> const str = tronWeb.toAscii("0x74726f6e")
> 'tron'